net/http.populateResponse.res (field)
7 uses
net/http (current package)
filetransport.go#L54: res: &Response{
filetransport.go#L70: res *Response
filetransport.go#L95: pr.res.ContentLength = -1
filetransport.go#L97: pr.ch <- pr.res
filetransport.go#L101: return pr.res.Header
filetransport.go#L110: pr.res.StatusCode = code
filetransport.go#L111: pr.res.Status = fmt.Sprintf("%d %s", code, StatusText(code))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |